home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / follow < prev    next >
Text File  |  2001-03-21  |  869b  |  25 lines

  1. Synopsis:
  2.    load follow
  3.  
  4. Description:
  5.    This script was originally written as an exercise in creativity.  It
  6.    provides two functions intended to aid users in following other users,
  7.    even after their nicknames change, by using output from WHOWAS as input
  8.    to WHO.
  9.  
  10.    The first function is $follow(), which takes a single nickname argument.
  11.    It attempts to find any users currently on irc with the same address as
  12.    that belonging to the given nickname.
  13.  
  14.    The second is $ffollow(), which takes a nickname, and an optional
  15.    channel name, as arguments.  It is similar to $follow(), but only works
  16.    for users that are on the same channels as the client.  This function
  17.    requires that the GUH script also be loaded.
  18.  
  19. See Also:
  20.    guh(8); load(5)
  21.  
  22. Other Notes:
  23.    This script was written by Jeremy Nelson (hop), jnelson@acronet.net.
  24.  
  25.